home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1029 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  718b  |  37 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "b")
  4.    {
  5.       if(_root.ii10 == 0)
  6.       {
  7.          _root.set_info(203);
  8.       }
  9.       else
  10.       {
  11.          _root.set_info(204);
  12.       }
  13.       _root.ic_none();
  14.       _root.ic_ruka();
  15.       _root.pepa.gotoAndPlay(_root.poz add "d");
  16.    }
  17.    else if(_root.poz == "d")
  18.    {
  19.       if(_root.ii10 == 0)
  20.       {
  21.          _root.suplik.gotoAndStop(2);
  22.          _root.sound_byt_sufle.start();
  23.          _root.ii10 = 1;
  24.          _root.set_info(204);
  25.       }
  26.       else if(_root.ii10 == 1)
  27.       {
  28.          _root.itembar_add(10);
  29.          _root.ii10 = 2;
  30.       }
  31.    }
  32.    else
  33.    {
  34.       _root.pepa.gotoAndPlay(_root.poz add "d");
  35.    }
  36. }
  37.